runtime.stkframe.argBytes (method)

3 uses

	runtime (current package)
		heapdump.go#L328: 	child.arglen = s.argBytes()
		mgcmark.go#L946: 		if n := frame.argBytes(); n != 0 {
		stkframe.go#L72: func (frame *stkframe) argBytes() uintptr {